encoding/json.isZeroer.IsZero (method)
5 uses
encoding/json (current package)
encode.go#L1088: IsZero() bool
encode.go#L1201: v.Interface().(isZeroer).IsZero()
encode.go#L1206: return v.IsNil() || v.Interface().(isZeroer).IsZero()
encode.go#L1210: return v.Interface().(isZeroer).IsZero()
encode.go#L1220: return v.Addr().Interface().(isZeroer).IsZero()
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |